home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Pascal / Snippets / ModalTextEdit 1.0 / readme < prev   
Encoding:
Text File  |  1992-07-15  |  422 b   |  8 lines  |  [TEXT/ttxt]

  1. Modal Dialog TextEdit useritem snippet
  2. Steve Falkenburg-- MacDTS
  3.  
  4. This snippet shows the steps necessary to implement a scrolling, editable text field
  5. in a dialog.  You may want to do this if you will be requiring the user to enter more than
  6. 255 characters (the limit for editText items), if you want a different font for several
  7. different editText items, or if you want to add scrolling support to an editible text item.
  8.